home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-3485 / art-4641 / nim2st / nim2st.doc < prev    next >
Text File  |  1987-04-21  |  3KB  |  112 lines

  1. Nimbus .PCX to Atari .PI1 files
  2.     [ ver 1.2 ]   - 21/5/94
  3.  
  4. NIM2ST  .TOS
  5. NIM2ST  .DOC
  6. DEMO    .PCX
  7. ST2NIM  .TOS
  8.  
  9. To set the scene, the Research Machines
  10. Nimbus computers are widely used in
  11. schools, including my one. It became
  12. desirable for me to be able to look at
  13. students' work at home, though there
  14. was no way I would buy a Nimbus for the
  15. purpose - the ST was good enough.
  16.  
  17. Various Public Domain programs were
  18. acquired, tried and abandoned - Nimbus
  19. formats are (um!) strange!
  20.  
  21. In desperation then, I wrote my own,
  22. initially in Hisoft Basic and later
  23. in 'C', with frills added.
  24.  
  25. This program works on files created
  26. in 'PC Paintbrush' running on the
  27. Nimbus-186 computers (TN, PC1, etc.)
  28. which have a resolution of 320x250
  29. in sixteen colours. These values seem
  30. to be fixed, so no provision was made
  31. for selecting different values.
  32. Because of resolution differences, 50
  33. lines of the Nimbus picture will be
  34. lost in the conversion, and the user
  35. is offered the option of selecting how
  36. many will be lost from the top of the 
  37. picture, the remainder (from 50) being
  38. lost at the bottom.
  39.  
  40. The discovery of 'Full Screen Creator'
  41. (Goodmans GD1414) gave the option of
  42. actually displaying the full Nimbus
  43. picture if desired, so provision was
  44. made to produce screens usable by this
  45. program. As it involves cutting blocks
  46. from Degas screens, either a black or a
  47. white surround may be selected, to make
  48. it easier to identify edges of the
  49. required blocks.
  50.  
  51. Created on an Atari STFM running 1.02,
  52. the program will probably fall flat on
  53. its face on any other machine (Murphy's
  54. Law), so herewith standard disclaimer
  55. - I can accept no responsibility for
  56. ANYTHING this program does - it was
  57. cobbled together for a specific task
  58. and is being made available for use by
  59. anyone else who may feel the need.
  60.  
  61. As the program continually accesses the
  62. disk while in operation, it is best run
  63. on a ram-disk, and in medium resolution
  64. if you want to see the prompts. 
  65.  
  66. The way it works is to prompt for an
  67. output format, and then a '.PCX'
  68. filename which it renames by tagging
  69. an 'a' or 'a','b','c','d' onto the end,
  70. depending on selected output. For this
  71. reason, '.PCX' files should be renamed
  72. to have 7 or less letters to leave room
  73. for this extension.
  74.  
  75. Instructions:
  76.  
  77. 1.  rename file to 7-letter filename;
  78. 2.  start NIM2ST.TOS 
  79. 3.  select option;
  80. 3.  type in filename - ending with '.'
  81.  
  82. Good luck!
  83.  
  84.         Denis J. McCarthy
  85.               21/5/94
  86.  
  87.  
  88. ST2NIM  .TOS
  89.  
  90. While assessing some of the more
  91. ambitious attempts at artistic design
  92. on the Nimbus, it seemed desirable to
  93. be able to offer alternative ideas in
  94. the form of pictures developed on the
  95. ST, so I decided to develop a further
  96. converter - ST-to-Nimbus. This was a
  97. mistake, but I managed it eventually!
  98.  
  99. This assumes the use of the Nimbus
  100. palette of colours in the Degas .PI1
  101. picture, as it wasn't worth the work
  102. to try and do colour matching when
  103. Degas would do it for me; i.e. load
  104. a converted Nimbus picture, then load
  105. the Degas picture as an image and say
  106. 'yes' to the 'remap colours' option.
  107. Save file as uncompressed.
  108.  
  109.         Denis J. McCarthy
  110.                 21/5/94
  111.  
  112.